HighContrast: Update magnifier styling
authorMatthias Clasen <mclasen@redhat.com>
Mon, 2 Nov 2015 17:47:14 +0000 (12:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 2 Nov 2015 17:47:14 +0000 (12:47 -0500)
Adapt to changes in the previous commit.

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index 44a9e2e1d6c53646735723e761d033fc233c305c..12c4512f9e29d833fcbc293be519405ded10bdc8 100644 (file)
@@ -1207,6 +1207,7 @@ popover {
     text-shadow: none;
     transition: none;
   }
+  &.magnifier,
   &.osd { // Also used for touch cutnpaste overlays
           // FIXME Doesn't work
     background-image: none;
index cb7f7161e0241e6475c0d582403377a36141d707..26c21bc31f00e992bd4f9e531a15d59613b9b671 100644 (file)
@@ -1378,12 +1378,12 @@ popover {
     color: #000;
     text-shadow: none;
     transition: none; }
-  popover.osd {
+  popover.magnifier, popover.osd {
     background-image: none;
     background-color: rgba(0, 0, 0, 0.8);
     border: 1px solid gray;
     color: #fff; }
-    popover.osd button {
+    popover.magnifier button, popover.osd button {
       color: white;
       text-shadow: none;
       border-width: 2px;
@@ -1393,21 +1393,21 @@ popover {
       background-color: rgba(0, 0, 0, 0.8);
       border-color: rgba(255, 255, 255, 0.2);
       box-shadow: none; }
-      popover.osd button:hover {
+      popover.magnifier button:hover, popover.osd button:hover {
         border-width: 2px;
         border-style: solid;
         color: #fff;
         background-color: rgba(77, 77, 77, 0.8);
         border-color: rgba(255, 255, 255, 0.2);
         box-shadow: none; }
-      popover.osd button:active {
+      popover.magnifier button:active, popover.osd button:active {
         border-width: 2px;
         border-style: solid;
         color: rgba(0, 0, 0, 0.8);
         background-color: #fff;
         border-color: rgba(255, 255, 255, 0.2);
         box-shadow: none; }
-      popover.osd button:insensitive {
+      popover.magnifier button:insensitive, popover.osd button:insensitive {
         border-width: 2px;
         border-style: solid;
         border-color: rgba(255, 255, 255, 0.2);